home *** CD-ROM | disk | FTP | other *** search
- speed_ind = "1";
- timer = getTimer();
- started = "0";
- release = "0";
- setProperty("/ball", _X, "270");
- setProperty("/ball", _Y, "383");
- ball_yB = "383";
- button = "1";
- if(expanded == "1")
- {
- expanded = "0";
- setProperty("/bat", _xscale, "75");
- batWidth = "60";
- stopDrag();
- startDrag("/bat","1","40","400","380","400");
- }
- if(shrunken == "1")
- {
- shrunken = "0";
- setProperty("/bat", _xscale, "75");
- batWidth = "60";
- stopDrag();
- startDrag("/bat","1","40","400","380","400");
- }
- if(caught == "1")
- {
- caught = "0";
- }
-